Search
Series2D.setYData Method
See Also
 






Sets data used for calculating the Y-coordinates of points in this Series2D.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setYData (
    List<Double> value
)

 Parameters

value

A list with double values.

 See Also